home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_321 / iconj / testscript < prev    next >
AmigaDOS Script File  |  1992-05-06  |  337b  |  15 lines

  1. .key arg1,arg2,arg3,arg4,arg5
  2. .bra «
  3. .ket »
  4. date
  5. echo "This script was written as a simple test for IconJ."
  6. if exists ram:fred
  7.     echo "ram:fred exists"
  8.   else
  9.     echo "ram:fred does not exist.  Fooey."
  10.   endif
  11. echo "«arg1» was first parameter"
  12. echo "«arg2» was second parameter"
  13. echo "Other parameters:  «arg3», «arg4», «arg5»."
  14. date
  15.